Now let's add a point to the scoreboard every time Hedgey collides with a star.
- From , drag Global Variable inside the collision event. Change the variable to points.
- From , drag Add Value inside the collision event. Change the variable to points.
- Use Update Display to update the score_board with the new value of points.
To navigate the page using the TAB key, first press ESC to exit the code editor.